[INFO] fetching crate kvmpro 0.6.17...
[INFO] fixing kvmpro-0.6.17 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate kvmpro 0.6.17 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate kvmpro 0.6.17
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate kvmpro 0.6.17
[INFO] tweaked toml for crates.io crate kvmpro 0.6.17 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate kvmpro 0.6.17 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate kvmpro 0.6.17 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] dc1bfacd03e42f2529cdfccb5886a62b29be4b0aea6549082abef691e64c353f
[INFO] running `Command { std: "docker" "start" "dc1bfacd03e42f2529cdfccb5886a62b29be4b0aea6549082abef691e64c353f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dc1bfacd03e42f2529cdfccb5886a62b29be4b0aea6549082abef691e64c353f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc1bfacd03e42f2529cdfccb5886a62b29be4b0aea6549082abef691e64c353f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dc1bfacd03e42f2529cdfccb5886a62b29be4b0aea6549082abef691e64c353f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling kvmpro v0.6.17 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stdout] error[E0432]: unresolved imports `libc::KERN_PROC_PID`, `libc::KERN_PROC_UID`, `libc::getpagesize`
[INFO] [stdout]  --> src/api.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{KERN_PROC_PID, KERN_PROC_UID, O_RDONLY, c_int, getpagesize, uid_t};
[INFO] [stdout]   |            ^^^^^^^^^^^^^  ^^^^^^^^^^^^^                   ^^^^^^^^^^^ no `getpagesize` in the root
[INFO] [stdout]   |            |              |
[INFO] [stdout]   |            |              no `KERN_PROC_UID` in the root
[INFO] [stdout]   |            no `KERN_PROC_PID` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `libc::KERN_PROC_PID`, `libc::KERN_PROC_UID`, `libc::getpagesize`
[INFO] [stdout]  --> src/api.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{KERN_PROC_PID, KERN_PROC_UID, O_RDONLY, c_int, getpagesize, uid_t};
[INFO] [stdout]   |            ^^^^^^^^^^^^^  ^^^^^^^^^^^^^                   ^^^^^^^^^^^ no `getpagesize` in the root
[INFO] [stdout]   |            |              |
[INFO] [stdout]   |            |              no `KERN_PROC_UID` in the root
[INFO] [stdout]   |            no `KERN_PROC_PID` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `libc::AF_ARP`, `libc::AF_ATM`, `libc::AF_LINK`, `libc::AF_NATM`, `libc::AF_NETGRAPH`, `libc::SOCK_MAXADDRLEN`, `libc::sockaddr_dl`
[INFO] [stdout]  --> src/ffi.rs:2:19
[INFO] [stdout]   |
[INFO] [stdout] 2 |     AF_APPLETALK, AF_ARP, AF_ATM, AF_BLUETOOTH, AF_INET, AF_INET6, AF_IPX, AF_ISDN, AF_LINK,
[INFO] [stdout]   |                   ^^^^^^  ^^^^^^ no `AF_ATM` in the root                            ^^^^^^^ no `AF_LINK` in the root
[INFO] [stdout]   |                   |
[INFO] [stdout]   |                   no `AF_ARP` in the root
[INFO] [stdout] 3 |     AF_LOCAL, AF_NATM, AF_NETGRAPH, AF_ROUTE, AF_SNA, IPPROTO_ICMP, IPPROTO_RAW, IPPROTO_SCTP,
[INFO] [stdout]   |               ^^^^^^^  ^^^^^^^^^^^ no `AF_NETGRAPH` in the root
[INFO] [stdout]   |               |
[INFO] [stdout]   |               no `AF_NATM` in the root
[INFO] [stdout] 4 |     IPPROTO_TCP, IPPROTO_UDP, SOCK_CLOEXEC, SOCK_DGRAM, SOCK_MAXADDRLEN, SOCK_NONBLOCK,
[INFO] [stdout]   |                                                         ^^^^^^^^^^^^^^^ no `SOCK_MAXADDRLEN` in the root
[INFO] [stdout] 5 |     SOCK_RAW, SOCK_SEQPACKET, SOCK_STREAM, c_char, c_int, ntohs, sockaddr_dl, sockaddr_in,
[INFO] [stdout]   |                                                                  ^^^^^^^^^^^ no `sockaddr_dl` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 2 -     AF_APPLETALK, AF_ARP, AF_ATM, AF_BLUETOOTH, AF_INET, AF_INET6, AF_IPX, AF_ISDN, AF_LINK,
[INFO] [stdout] 2 +     AF_APPLETALK, NF_ARP, AF_ATM, AF_BLUETOOTH, AF_INET, AF_INET6, AF_IPX, AF_ISDN, AF_LINK,
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 2 -     AF_APPLETALK, AF_ARP, AF_ATM, AF_BLUETOOTH, AF_INET, AF_INET6, AF_IPX, AF_ISDN, AF_LINK,
[INFO] [stdout] 2 +     AF_APPLETALK, AF_ARP, AF_ASH, AF_BLUETOOTH, AF_INET, AF_INET6, AF_IPX, AF_ISDN, AF_LINK,
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 5 -     SOCK_RAW, SOCK_SEQPACKET, SOCK_STREAM, c_char, c_int, ntohs, sockaddr_dl, sockaddr_in,
[INFO] [stdout] 5 +     SOCK_RAW, SOCK_SEQPACKET, SOCK_STREAM, c_char, c_int, ntohs, sockaddr_ll, sockaddr_in,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `libc::AF_ARP`, `libc::AF_ATM`, `libc::AF_LINK`, `libc::AF_NATM`, `libc::AF_NETGRAPH`, `libc::SOCK_MAXADDRLEN`, `libc::sockaddr_dl`
[INFO] [stdout]  --> src/ffi.rs:2:19
[INFO] [stdout]   |
[INFO] [stdout] 2 |     AF_APPLETALK, AF_ARP, AF_ATM, AF_BLUETOOTH, AF_INET, AF_INET6, AF_IPX, AF_ISDN, AF_LINK,
[INFO] [stdout]   |                   ^^^^^^  ^^^^^^ no `AF_ATM` in the root                            ^^^^^^^ no `AF_LINK` in the root
[INFO] [stdout]   |                   |
[INFO] [stdout]   |                   no `AF_ARP` in the root
[INFO] [stdout] 3 |     AF_LOCAL, AF_NATM, AF_NETGRAPH, AF_ROUTE, AF_SNA, IPPROTO_ICMP, IPPROTO_RAW, IPPROTO_SCTP,
[INFO] [stdout]   |               ^^^^^^^  ^^^^^^^^^^^ no `AF_NETGRAPH` in the root
[INFO] [stdout]   |               |
[INFO] [stdout]   |               no `AF_NATM` in the root
[INFO] [stdout] 4 |     IPPROTO_TCP, IPPROTO_UDP, SOCK_CLOEXEC, SOCK_DGRAM, SOCK_MAXADDRLEN, SOCK_NONBLOCK,
[INFO] [stdout]   |                                                         ^^^^^^^^^^^^^^^ no `SOCK_MAXADDRLEN` in the root
[INFO] [stdout] 5 |     SOCK_RAW, SOCK_SEQPACKET, SOCK_STREAM, c_char, c_int, ntohs, sockaddr_dl, sockaddr_in,
[INFO] [stdout]   |                                                                  ^^^^^^^^^^^ no `sockaddr_dl` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 2 -     AF_APPLETALK, AF_ARP, AF_ATM, AF_BLUETOOTH, AF_INET, AF_INET6, AF_IPX, AF_ISDN, AF_LINK,
[INFO] [stdout] 2 +     AF_APPLETALK, NF_ARP, AF_ATM, AF_BLUETOOTH, AF_INET, AF_INET6, AF_IPX, AF_ISDN, AF_LINK,
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 2 -     AF_APPLETALK, AF_ARP, AF_ATM, AF_BLUETOOTH, AF_INET, AF_INET6, AF_IPX, AF_ISDN, AF_LINK,
[INFO] [stdout] 2 +     AF_APPLETALK, AF_ARP, AF_ASH, AF_BLUETOOTH, AF_INET, AF_INET6, AF_IPX, AF_ISDN, AF_LINK,
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 5 -     SOCK_RAW, SOCK_SEQPACKET, SOCK_STREAM, c_char, c_int, ntohs, sockaddr_dl, sockaddr_in,
[INFO] [stdout] 5 +     SOCK_RAW, SOCK_SEQPACKET, SOCK_STREAM, c_char, c_int, ntohs, sockaddr_ll, sockaddr_in,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kinfo_proc` in crate `libc`
[INFO] [stdout]   --> src/ffi.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ) -> *mut libc::kinfo_proc;
[INFO] [stdout]    |                     ^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kinfo_proc` in crate `libc`
[INFO] [stdout]   --> src/ffi.rs:33:26
[INFO] [stdout]    |
[INFO] [stdout] 33 |         kp: *const libc::kinfo_proc,
[INFO] [stdout]    |                          ^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kinfo_proc` in crate `libc`
[INFO] [stdout]   --> src/ffi.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |     ) -> *mut libc::kinfo_proc;
[INFO] [stdout]    |                     ^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kinfo_proc` in crate `libc`
[INFO] [stdout]   --> src/ffi.rs:47:27
[INFO] [stdout]    |
[INFO] [stdout] 47 |         procs: *mut libc::kinfo_proc,
[INFO] [stdout]    |                           ^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kinfo_proc` in crate `libc`
[INFO] [stdout]   --> src/ffi.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |         kp: *mut libc::kinfo_proc,
[INFO] [stdout]    |                        ^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kinfo_proc` in crate `libc`
[INFO] [stdout]    --> src/ffi.rs:229:23
[INFO] [stdout]     |
[INFO] [stdout] 229 |     kproc: *mut libc::kinfo_proc,
[INFO] [stdout]     |                       ^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kinfo_proc` in crate `libc`
[INFO] [stdout]   --> src/ffi.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ) -> *mut libc::kinfo_proc;
[INFO] [stdout]    |                     ^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kinfo_proc` in crate `libc`
[INFO] [stdout]   --> src/ffi.rs:33:26
[INFO] [stdout]    |
[INFO] [stdout] 33 |         kp: *const libc::kinfo_proc,
[INFO] [stdout]    |                          ^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kinfo_proc` in crate `libc`
[INFO] [stdout]   --> src/ffi.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |     ) -> *mut libc::kinfo_proc;
[INFO] [stdout]    |                     ^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kinfo_proc` in crate `libc`
[INFO] [stdout]   --> src/ffi.rs:47:27
[INFO] [stdout]    |
[INFO] [stdout] 47 |         procs: *mut libc::kinfo_proc,
[INFO] [stdout]    |                           ^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kinfo_proc` in crate `libc`
[INFO] [stdout]   --> src/ffi.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |         kp: *mut libc::kinfo_proc,
[INFO] [stdout]    |                        ^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kinfo_proc` in crate `libc`
[INFO] [stdout]    --> src/ffi.rs:229:23
[INFO] [stdout]     |
[INFO] [stdout] 229 |     kproc: *mut libc::kinfo_proc,
[INFO] [stdout]     |                       ^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         AF_ARP => "ARP".to_string(),
[INFO] [stdout]     |         ^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/ffi.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         AF_INET | AF_INET6 => {
[INFO] [stdout]     |         ------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 129 |         AF_LOCAL => {
[INFO] [stdout]     |         -------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches some of the same values
[INFO] [stdout] 142 |         AF_ARP => "ARP".to_string(),
[INFO] [stdout]     |         ^^^^^^ collectively making this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] 142 |         AF_ARP => "ARP".to_string(),
[INFO] [stdout] 143 |         AF_ROUTE => "ROUTE".to_string(),
[INFO] [stdout]     |         ^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         AF_NETGRAPH => "NETGRAPH".to_string(),
[INFO] [stdout]     |         ^^^^^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/ffi.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         AF_INET | AF_INET6 => {
[INFO] [stdout]     |         ------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 129 |         AF_LOCAL => {
[INFO] [stdout]     |         -------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 144 |         AF_NETGRAPH => "NETGRAPH".to_string(),
[INFO] [stdout]     |         ^^^^^^^^^^^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 145 |         AF_BLUETOOTH => "BT".to_string(),
[INFO] [stdout]     |         ^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 146 |         AF_IPX => "IPX".to_string(),
[INFO] [stdout]     |         ^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 147 |         AF_APPLETALK => "APPLETK".to_string(),
[INFO] [stdout]     |         ^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 148 |         AF_ATM => "ATM".to_string(),
[INFO] [stdout]     |         ^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/ffi.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         AF_INET | AF_INET6 => {
[INFO] [stdout]     |         ------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 129 |         AF_LOCAL => {
[INFO] [stdout]     |         -------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 148 |         AF_ATM => "ATM".to_string(),
[INFO] [stdout]     |         ^^^^^^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 149 |         AF_SNA => "SNA".to_string(),
[INFO] [stdout]     |         ^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:150:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 150 |         AF_ISDN => "ISDN".to_string(),
[INFO] [stdout]     |         ^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         AF_ARP => "ARP".to_string(),
[INFO] [stdout]     |         ^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/ffi.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         AF_INET | AF_INET6 => {
[INFO] [stdout]     |         ------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 129 |         AF_LOCAL => {
[INFO] [stdout]     |         -------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches some of the same values
[INFO] [stdout] 142 |         AF_ARP => "ARP".to_string(),
[INFO] [stdout]     |         ^^^^^^ collectively making this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         AF_NATM => "NATM".to_string(),
[INFO] [stdout]     |         ^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/ffi.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         AF_INET | AF_INET6 => {
[INFO] [stdout]     |         ------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 129 |         AF_LOCAL => {
[INFO] [stdout]     |         -------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 151 |         AF_NATM => "NATM".to_string(),
[INFO] [stdout]     |         ^^^^^^^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 152 |         AF_NETLINK => "NETLINK".to_string(),
[INFO] [stdout]     |         ^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |         _ => {
[INFO] [stdout]     |         ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/ffi.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         AF_INET | AF_INET6 => {
[INFO] [stdout]     |         ------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 129 |         AF_LOCAL => {
[INFO] [stdout]     |         -------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 153 |         _ => {
[INFO] [stdout]     |         ^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:137:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |                 SOCK_MAXADDRLEN => "MAXADDRLEN".to_string(),
[INFO] [stdout]     |                 --------------- matches any value
[INFO] [stdout] 137 |                 SOCK_RAW => "SORAW".to_string(),
[INFO] [stdout]     |                 ^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] 142 |         AF_ARP => "ARP".to_string(),
[INFO] [stdout] 143 |         AF_ROUTE => "ROUTE".to_string(),
[INFO] [stdout]     |         ^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:138:17
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 _ => "UD?".to_string(),
[INFO] [stdout]     |                 ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/ffi.rs:138:17
[INFO] [stdout]     |
[INFO] [stdout] 131 |                 SOCK_STREAM => "STREAM".to_string(),
[INFO] [stdout]     |                 ----------- matches some of the same values
[INFO] [stdout] 132 |                 SOCK_DGRAM => "DGRAM".to_string(),
[INFO] [stdout]     |                 ---------- matches some of the same values
[INFO] [stdout] 133 |                 SOCK_NONBLOCK => "NOBLK".to_string(),
[INFO] [stdout]     |                 ------------- matches some of the same values
[INFO] [stdout] 134 |                 SOCK_SEQPACKET => "SEQPCK".to_string(),
[INFO] [stdout]     |                 -------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 138 |                 _ => "UD?".to_string(),
[INFO] [stdout]     |                 ^ ...and 2 other patterns collectively make this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         AF_NETGRAPH => "NETGRAPH".to_string(),
[INFO] [stdout]     |         ^^^^^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/ffi.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         AF_INET | AF_INET6 => {
[INFO] [stdout]     |         ------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 129 |         AF_LOCAL => {
[INFO] [stdout]     |         -------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 144 |         AF_NETGRAPH => "NETGRAPH".to_string(),
[INFO] [stdout]     |         ^^^^^^^^^^^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 145 |         AF_BLUETOOTH => "BT".to_string(),
[INFO] [stdout]     |         ^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 146 |         AF_IPX => "IPX".to_string(),
[INFO] [stdout]     |         ^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 147 |         AF_APPLETALK => "APPLETK".to_string(),
[INFO] [stdout]     |         ^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 148 |         AF_ATM => "ATM".to_string(),
[INFO] [stdout]     |         ^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/ffi.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         AF_INET | AF_INET6 => {
[INFO] [stdout]     |         ------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 129 |         AF_LOCAL => {
[INFO] [stdout]     |         -------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 148 |         AF_ATM => "ATM".to_string(),
[INFO] [stdout]     |         ^^^^^^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 149 |         AF_SNA => "SNA".to_string(),
[INFO] [stdout]     |         ^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `SOCK_MAXADDRLEN`
[INFO] [stdout]    --> src/ffi.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |                 SOCK_MAXADDRLEN => "MAXADDRLEN".to_string(),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_SOCK_MAXADDRLEN`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `AF_LINK`
[INFO] [stdout]    --> src/ffi.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_AF_LINK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `AF_ARP`
[INFO] [stdout]    --> src/ffi.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         AF_ARP => "ARP".to_string(),
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_AF_ARP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `AF_NETGRAPH`
[INFO] [stdout]    --> src/ffi.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         AF_NETGRAPH => "NETGRAPH".to_string(),
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_AF_NETGRAPH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `AF_ATM`
[INFO] [stdout]    --> src/ffi.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 148 |         AF_ATM => "ATM".to_string(),
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_AF_ATM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `AF_NATM`
[INFO] [stdout]    --> src/ffi.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         AF_NATM => "NATM".to_string(),
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_AF_NATM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:150:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 150 |         AF_ISDN => "ISDN".to_string(),
[INFO] [stdout]     |         ^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         AF_NATM => "NATM".to_string(),
[INFO] [stdout]     |         ^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/ffi.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         AF_INET | AF_INET6 => {
[INFO] [stdout]     |         ------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 129 |         AF_LOCAL => {
[INFO] [stdout]     |         -------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 151 |         AF_NATM => "NATM".to_string(),
[INFO] [stdout]     |         ^^^^^^^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 152 |         AF_NETLINK => "NETLINK".to_string(),
[INFO] [stdout]     |         ^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |         _ => {
[INFO] [stdout]     |         ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/ffi.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         AF_INET | AF_INET6 => {
[INFO] [stdout]     |         ------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 129 |         AF_LOCAL => {
[INFO] [stdout]     |         -------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 153 |         _ => {
[INFO] [stdout]     |         ^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:137:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |                 SOCK_MAXADDRLEN => "MAXADDRLEN".to_string(),
[INFO] [stdout]     |                 --------------- matches any value
[INFO] [stdout] 137 |                 SOCK_RAW => "SORAW".to_string(),
[INFO] [stdout]     |                 ^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/ffi.rs:138:17
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 _ => "UD?".to_string(),
[INFO] [stdout]     |                 ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/ffi.rs:138:17
[INFO] [stdout]     |
[INFO] [stdout] 131 |                 SOCK_STREAM => "STREAM".to_string(),
[INFO] [stdout]     |                 ----------- matches some of the same values
[INFO] [stdout] 132 |                 SOCK_DGRAM => "DGRAM".to_string(),
[INFO] [stdout]     |                 ---------- matches some of the same values
[INFO] [stdout] 133 |                 SOCK_NONBLOCK => "NOBLK".to_string(),
[INFO] [stdout]     |                 ------------- matches some of the same values
[INFO] [stdout] 134 |                 SOCK_SEQPACKET => "SEQPCK".to_string(),
[INFO] [stdout]     |                 -------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 138 |                 _ => "UD?".to_string(),
[INFO] [stdout]     |                 ^ ...and 2 other patterns collectively make this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `SOCK_MAXADDRLEN`
[INFO] [stdout]    --> src/ffi.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |                 SOCK_MAXADDRLEN => "MAXADDRLEN".to_string(),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_SOCK_MAXADDRLEN`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `AF_LINK`
[INFO] [stdout]    --> src/ffi.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         AF_LINK => "LINK".to_string(),
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_AF_LINK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `AF_ARP`
[INFO] [stdout]    --> src/ffi.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         AF_ARP => "ARP".to_string(),
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_AF_ARP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `AF_NETGRAPH`
[INFO] [stdout]    --> src/ffi.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         AF_NETGRAPH => "NETGRAPH".to_string(),
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_AF_NETGRAPH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `AF_ATM`
[INFO] [stdout]    --> src/ffi.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 148 |         AF_ATM => "ATM".to_string(),
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_AF_ATM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `AF_NATM`
[INFO] [stdout]    --> src/ffi.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         AF_NATM => "NATM".to_string(),
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_AF_NATM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kvmpro` (lib test) due to 8 previous errors; 20 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `kvmpro` (lib) due to 8 previous errors; 20 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "dc1bfacd03e42f2529cdfccb5886a62b29be4b0aea6549082abef691e64c353f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc1bfacd03e42f2529cdfccb5886a62b29be4b0aea6549082abef691e64c353f", kill_on_drop: false }`
[INFO] [stdout] dc1bfacd03e42f2529cdfccb5886a62b29be4b0aea6549082abef691e64c353f
